usage (void)
{
g_print (_("Usage:\n"
- " gtk-builder-tool [COMMAND] FILE\n"
+ " gtk-builder-tool [COMMAND] [OPTION…] FILE\n"
"\n"
"Commands:\n"
- " validate Validate the file\n"
- " simplify [OPTIONS] Simplify the file\n"
- " enumerate List all named objects\n"
- " preview [OPTIONS] Preview the file\n"
+ " validate Validate the file\n"
+ " simplify Simplify the file\n"
+ " enumerate List all named objects\n"
+ " preview Preview the file\n"
"\n"
"Simplify Options:\n"
- " --replace Replace the file\n"
- " --3to4 Convert from a GTK3 to GTK4\n"
+ " --replace Replace the file\n"
+ " --3to4 Convert from GTK 3 to GTK 4\n"
"\n"
"Preview Options:\n"
- " --id=ID Preview only the named object\n"
- " --css=FILE Use style from CSS file\n"
+ " --id=ID Preview only the named object\n"
+ " --css=FILE Use style from CSS file\n"
"\n"
"Perform various tasks on GtkBuilder .ui files.\n"));
exit (1);